(image-type-regexps): Fix typo.
authorJuanma Barranquero <lekktu@gmail.com>
Tue, 4 Feb 2003 11:27:37 +0000 (11:27 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Tue, 4 Feb 2003 11:27:37 +0000 (11:27 +0000)
lisp/image.el

index 346c2e72a0160d440107c94c125f725735b61a3f..25d05c9902fcaf95ecff282db0730cf6a92e15b5 100644 (file)
@@ -46,7 +46,7 @@ When the first bytes of an image file match REGEXP, it is assumed to
 be of image type IMAGE-TYPE if IMAGE-TYPE is a symbol.  If not a symbol,
 IMAGE-TYPE must be a pair (PREDICATE . TYPE).  PREDICATE is called
 with one argument, a string containing the image data.  If PREDICATE returns
-a non-nil value, TYPE is the image's type ")
+a non-nil value, TYPE is the image's type.")
 
 
 (defun image-jpeg-p (data)